home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 June / Chip Haziran 1999.iso / program / share / web / wdk / _SETUP.1 / updated.ops < prev    next >
Encoding:
Text File  |  1998-10-26  |  154 b   |  7 lines

  1. <+
  2. // this Object Pascal Script will write the date
  3. // into your page when you compile it.
  4. begin
  5.   WriteLn('Last Updated: '+DateToStr(NOW));
  6. end;
  7. +>